← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 16:10:05 2022
Reported on Wed Dec 14 16:12:58 2022

Filename(eval 192)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm:148]
StatementsExecuted 15 statements in 38µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm line 148
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
55147µs27.9msJSON::Schema::Modern::Error::::hasJSON::Schema::Modern::Error::has
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package JSON::Schema::Modern::Error;
2
# spent 27.9ms (47µs+27.9) within JSON::Schema::Modern::Error::has which was called 5 times, avg 5.58ms/call: # once (13µs+24.9ms) by JSON::Schema::Modern::BEGIN@33 at line 26 of JSON/Schema/Modern/Error.pm # once (9µs+1.10ms) by JSON::Schema::Modern::BEGIN@33 at line 54 of JSON/Schema/Modern/Error.pm # once (9µs+664µs) by JSON::Schema::Modern::BEGIN@33 at line 42 of JSON/Schema/Modern/Error.pm # once (8µs+664µs) by JSON::Schema::Modern::BEGIN@33 at line 40 of JSON/Schema/Modern/Error.pm # once (8µs+557µs) by JSON::Schema::Modern::BEGIN@33 at line 52 of JSON/Schema/Modern/Error.pm
sub has {
355µs for my $method (@$before) {
4513µs523.1ms $method->(@_);
# spent 23.1ms making 5 calls to MooX::TypeTiny::__ANON__[MooX/TypeTiny.pm:25], avg 4.63ms/call
5 }
6520µs54.70ms $$wrapped->(@_);}
# spent 4.70ms making 5 calls to Moo::has, avg 940µs/call
7;